Text File | 1998-10-23 | 455 b | 10 lines | [TEXT/ScoM]
read-file path&filename
This allows you to read a file that contains definitions of variables directly on the same directory as the file that calls this. This reads the file directly from the path&filename. Use include-file when you need to load files that are on the same directory as the file that calls include-file.
(read-file "ccl;directory:file")
where ccl represents the home directory, the directory that the application was when booted up.